home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
lisp
/
stk-3.002
/
stk-3
/
STk-3.1
/
Contrib
/
STk-wtour
/
lessons
/
canvas7.stk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-24
|
334 b
|
14 lines
;;; Widgets embedded in a canvas
(pack (canvas '.c1)
:expand #t
:fill "both")
(button '.c1.b1 :text "Embedded button")
(.c1 'create 'rectangle 20 20 80 80 :fill "red")
(.c1 'create 'rectangle 60 60 120 120 :fill "green")
(.c1 'create 'rectangle 40 40 100 100 :fill "blue")
(.c1 'create 'window 100 75 :window .c1.b1)